- 
                Notifications
    
You must be signed in to change notification settings  - Fork 201
 
fix: add version constraint to utils/nextflow env yaml #4637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
          
📝 WalkthroughWalkthroughUpdated Nextflow environment configuration: pinned Nextflow to version 25.04.8 in environment.yaml and regenerated the explicit linux-64 conda lock/pin file with updated package URLs, versions, and metadata. Changes
 Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
 ✅ Passed checks (2 passed)
 ✨ Finishing touches🧪 Generate unit tests (beta)
 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
 ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
 🔇 Additional comments (1)
 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment   | 
    
| 
           @fgvieira Any clue why the tests fail? Depending on run, we get permission errors on different binaries, e.g.,:   | 
    
| 
           Not very familiar with  Maybe something to do with temp space?  | 
    
As a less invasive alternative to snakemake/snakedeploy#107 this PR adds a version constraint to the nextflow version in the environment.yaml so
snakedeploy update-conda-envs --pin-envscan actually pick up changes.Summary by CodeRabbit